Appliance Recovery Backup Schedules Info
The Appliance Recovery Backup Schedules Info schema contains information about an existing schedule. The structure includes Schedule ID, parts, location information, encryption password, enable flag, recurrence and retention information.
This schema was added in vSphere API 6.7.
{
"parts": [
"string"
],
"location": "string",
"location_user": "string",
"enable": false,
"recurrence_info": {
"minute": 0,
"hour": 0,
"days": [
"string"
]
},
"retention_info": {
"max_count": 0
},
"fast_backup": false
}
List of optional parts that will be included in backups based on this schedule details. Use the GET /appliance/recovery/backup/parts operation to get information about the supported parts.
This property was added in vSphere API 6.7.
URL of the backup location.
This property was added in vSphere API 6.7.
Username for the given location.
This property was added in vSphere API 6.7.
If missing or null
location user will not be used.
Enable or disable a schedule, by default when created a schedule will be enabled.
This property was added in vSphere API 6.7.
Recurrence information for the schedule.
This property was added in vSphere API 6.7.
If missing or null
backup job is not scheduled. See Appliance Recovery Backup Schedules RecurrenceInfo
Retention information for the schedule.
This property was added in vSphere API 6.7.
If missing or null
all the completed backup jobs are retained forever. See Appliance Recovery Backup Schedules RetentionInfo
Option to enable Postgres DB/ VCDB fast backup
This property was added in vSphere API 6.7.
If missing or null
backup will proceed at slow rate